projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246a06d
)
(view-mode-enter): Clarify echo area message.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 2002 12:20:51 +0000
(12:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 2002 12:20:51 +0000
(12:20 +0000)
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index 0932be3903bd3beb8dcb6c617ae7b3df264fad3a..49ada38afca02621c32dd13535c50dae478ac17e 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-508,7
+508,7
@@
This function runs the normal hook `view-mode-hook'."
(force-mode-line-update)
(message "%s"
(substitute-command-keys "\
-
T
ype \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit."))))
+
View mode: t
ype \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit."))))
(defun view-mode-exit (&optional return-to-alist exit-action all-win)
"Exit View mode in various ways, depending on optional arguments.